home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / comm2 / pc2am302.lha / PC2Am / Storage / DOSDrivers / PC next >
Text File  |  1994-03-15  |  783b  |  35 lines

  1. /* Mounting receipt for the PC device */
  2.  
  3.     FileSystem = l:PC2Am-handler
  4.     Stacksize = 4096
  5.     Priority = 5
  6.     GlobVec = -1
  7.  
  8. /*  These four values specifies parameters of serial (or other if you use
  9.     multiserial card) device to communicate via. */
  10.     Device = serial.device
  11.     Unit = 0
  12.     Flags = 0
  13.     Baud = 19200
  14.  
  15. /*  Maximal length of packet */
  16.  
  17.     MaxTransfer = 4096
  18.  
  19.  
  20. /*  Timeout value in tenths of second (not surfaces :-)*/
  21.  
  22.     Surfaces = 20
  23.  
  24.  
  25. /*  This contains type of indication. Supported types: 0=NONE, 1=LED,
  26.     2 = Gopher-like, 3 = Background */
  27.     BlocksPerTrack = 2
  28.  
  29.  
  30.  /* Following values are here now just for satisfy the mount command, but
  31.     may be used for some config purposes in the future, so keep them null */
  32.  
  33.     LowCyl = 0
  34.     HighCyl = 0
  35.